--- /dev/null
+Description: Debian specific search-path for modules
+Author: Debian
+Forwarded: not-needed
+Last-Update: 2015-01-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- juce.orig/extras/Introjucer/Source/Application/jucer_MainWindow.cpp
++++ juce/extras/Introjucer/Source/Application/jucer_MainWindow.cpp
+@@ -577,5 +577,8 @@
+ f = parent;\r
+ }\r
+ \r
++ File debian ("/usr/share/juce-utils");\r
++ if (isJuceFolder(debian))\r
++ return debian.getChildFile ("modules");\r
+ return File::nonexistent;\r
+ }\r